#Rotate X+/-90
LMB:This will rotate all selected Objects by +90 Degree around the X-Axis.**_
RMB:This will rotate all selected Objects by -90 Degree around the X-Axis.
Rotate_selected_ObjectX(90)
#END
[OnRightMouseButton!]
Rotate_selected_ObjectX(-90)
#END
